home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 2005 October / Computer Shopper 2005 October.iso / Toolkit / Office / EmEditor / 98-Me / emed413ep9.exe / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-31  |  109 b   |  9 lines

  1. #include <stdio.h>
  2.  
  3. int main( int argc, char *argv[] )
  4. {
  5.     printf( "Hello World!\n" );
  6.     
  7.     return 0;
  8. }
  9.